home *** CD-ROM | disk | FTP | other *** search
/ Shmoocon 2019 / Shmoocon2019.img / Animated Intro / cards.xml < prev    next >
Encoding:
Text File  |  2019-01-19  |  15.9 KB  |  583 lines

  1. card_3058.xml
  2. <?xml version="1.0" encoding="utf-8" ?>
  3. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  4. <card>
  5.     <id>3058</id>
  6.     <filler1>0</filler1>
  7.     <bitmap>BMAP_8535.pbm</bitmap>
  8.     <cantDelete> <false /> </cantDelete>
  9.     <showPict> <true /> </showPict>
  10.     <dontSearch> <false /> </dontSearch>
  11.     <owner>3936</owner>
  12.     <link rel="stylesheet" type="text/css" href="stylesheet_3079.css" />
  13.     <part>
  14.         <id>1</id>
  15.         <type>field</type>
  16.         <visible> <true /> </visible>
  17.         <dontWrap> <false /> </dontWrap>
  18.         <dontSearch> <false /> </dontSearch>
  19.         <sharedText> <false /> </sharedText>
  20.         <fixedLineHeight> <false /> </fixedLineHeight>
  21.         <autoTab> <false /> </autoTab>
  22.         <lockText> <false /> </lockText>
  23.         <rect>
  24.             <left>168</left>
  25.             <top>268</top>
  26.             <right>291</right>
  27.             <bottom>335</bottom>
  28.         </rect>
  29.         <style>shadow</style>
  30.         <autoSelect> <false /> </autoSelect>
  31.         <showLines> <false /> </showLines>
  32.         <wideMargins> <false /> </wideMargins>
  33.         <multipleLines> <false /> </multipleLines>
  34.         <reservedFamily> 0 </reservedFamily>
  35.         <titleWidth>0</titleWidth>
  36.         <icon>0</icon>
  37.         <textAlign>left</textAlign>
  38.         <font>Geneva</font>
  39.         <textSize>12</textSize>
  40.         <textStyle>plain</textStyle>
  41.         <textHeight>16</textHeight>
  42.         <name></name>
  43.         <script></script>
  44.     </part>
  45.     <part>
  46.         <id>2</id>
  47.         <type>button</type>
  48.         <visible> <true /> </visible>
  49.         <reserved5> 0 </reserved5>
  50.         <reserved4> 0 </reserved4>
  51.         <reserved3> 0 </reserved3>
  52.         <reserved2> 0 </reserved2>
  53.         <reserved1> 0 </reserved1>
  54.         <enabled> <true /> </enabled>
  55.         <rect>
  56.             <left>296</left>
  57.             <top>274</top>
  58.             <right>365</right>
  59.             <bottom>330</bottom>
  60.         </rect>
  61.         <style>roundrect</style>
  62.         <showName> <true /> </showName>
  63.         <highlight> <false /> </highlight>
  64.         <autoHighlight> <false /> </autoHighlight>
  65.         <sharedHighlight> <true /> </sharedHighlight>
  66.         <family>0</family>
  67.         <titleWidth>0</titleWidth>
  68.         <icon>8979</icon>
  69.         <textAlign>center</textAlign>
  70.         <font>Chicago</font>
  71.         <textSize>12</textSize>
  72.         <textStyle>plain</textStyle>
  73.         <name>Play</name>
  74.         <script>on mouseUphide menubarglobal delaylock screen   -- this clears the screenunlock screen -- this clears the screen-- This section determines speed of CPU being usedput the ticks into startTimerepeat 1000end repeatput (the ticks - startTime) into delayif delay > 2 then put 0 into delayelse put 2 into delayrepeat until the mouse is downrepeat with i=1 to 11add 3 to igo to cd iwait delay ticksend repeatend repeatshow menubargo to cd 2end mouseUp--  Written by A. Craig Warp--  in 1989 as a demonstration of--  PICT animation.  PICTs were--  created by using SWIVEL 3Don DynoDemoGlobal delay--XLoc, Yloc are the x,y coordinates of the upper left cornerput "1,2,3,4,5,6,7,8,9,9,9,9,9,5,4,3,2,1" into Seq1put "1,1,1,1,1,1,1,1,1" into Seq2put "1,2,3,4,5,8,9,10,11,12,13,14,15,16,15,14,13,12,13,14,15,16,17,"&┬¼"18,19,20,21,22,23,23,23,24,25,26,27" into Seq3put "27,28,29,30,31,32,33,34,34,34,33,32,31,30,29,28,27" into Seq4put "27,28,29,30,31,32,33,34,35,36,37,38,39,38,37,36,35,34,"&┬¼"33,33,33,34,35,36,37,38,39,40,41,42"into Seq5put Seq4 into Seq6put Seq4 into Seq7put "1,1,1,1,1,1,1,1" into Seq8put "42,41,40,39,38,37,36,35,34,33,33,33,"&┬¼"34,35,36,37,38,39,40,41,42" into Seq9put Seq9 into Seq10put Seq9 into Seq11put "1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20" into Seq12put Seq12 into Seq13put 653 into nrepeat until the mouse is downput random(13) into Rnumdo "get Seq"&Rnumif Rnum > 11 thenrepeat with m = 1 to the number of items in itwait delay ticksGetPicture 500+m,0,65,209,343wait delay ticksGetPicture 600+(item m of it),251,0,513,128add 1 to nif n > 653 then put 651 into nwait delay ticksGetPicture n,194,191-Rnum,256,242-Rnumend repeatend ifrepeat with m = 1 to the number of items in itwait delay ticksGetPicture 500+(item m of it),0,65,209,343add 1 to nif n > 653 then put 651 into nwait delay ticksGetPicture n,194,191-Rnum,256,242-Rnumwait delay ticksend repeatend repeatend DynoDemo</script>
  75.     </part>
  76.     <part>
  77.         <id>3</id>
  78.         <type>field</type>
  79.         <visible> <true /> </visible>
  80.         <dontWrap> <false /> </dontWrap>
  81.         <dontSearch> <false /> </dontSearch>
  82.         <sharedText> <false /> </sharedText>
  83.         <fixedLineHeight> <false /> </fixedLineHeight>
  84.         <autoTab> <false /> </autoTab>
  85.         <lockText> <false /> </lockText>
  86.         <rect>
  87.             <left>0</left>
  88.             <top>22</top>
  89.             <right>512</right>
  90.             <bottom>120</bottom>
  91.         </rect>
  92.         <style>transparent</style>
  93.         <autoSelect> <false /> </autoSelect>
  94.         <showLines> <false /> </showLines>
  95.         <wideMargins> <false /> </wideMargins>
  96.         <multipleLines> <false /> </multipleLines>
  97.         <reservedFamily> 0 </reservedFamily>
  98.         <titleWidth>0</titleWidth>
  99.         <icon>0</icon>
  100.         <textAlign>center</textAlign>
  101.         <font>Chubby Shadow</font>
  102.         <textSize>38</textSize>
  103.         <textStyle>italic</textStyle>
  104.         <textStyle>bold</textStyle>
  105.         <textHeight>50</textHeight>
  106.         <name></name>
  107.         <script></script>
  108.     </part>
  109.     <content>
  110.         <layer>card</layer>
  111.         <id>1</id>
  112.         <text>Play to start AdHold down mouse to stop</text>
  113.     </content>
  114.     <content>
  115.         <layer>card</layer>
  116.         <id>3</id>
  117.         <text><span class="style3">ECONSTRUCTINGDeFeNeStRaTe.C</span></text>
  118.     </content>
  119.     <name></name>
  120.     <script></script>
  121. </card>
  122.  
  123.  
  124. card_9519.xml
  125. <?xml version="1.0" encoding="utf-8" ?>
  126. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  127. <card>
  128.     <id>9519</id>
  129.     <filler1>0</filler1>
  130.     <bitmap>BMAP_9981.pbm</bitmap>
  131.     <cantDelete> <false /> </cantDelete>
  132.     <showPict> <true /> </showPict>
  133.     <dontSearch> <false /> </dontSearch>
  134.     <owner>2567</owner>
  135.     <link rel="stylesheet" type="text/css" href="stylesheet_3079.css" />
  136.     <part>
  137.         <id>2</id>
  138.         <type>field</type>
  139.         <visible> <true /> </visible>
  140.         <dontWrap> <false /> </dontWrap>
  141.         <dontSearch> <false /> </dontSearch>
  142.         <sharedText> <false /> </sharedText>
  143.         <fixedLineHeight> <false /> </fixedLineHeight>
  144.         <autoTab> <false /> </autoTab>
  145.         <lockText> <false /> </lockText>
  146.         <rect>
  147.             <left>0</left>
  148.             <top>22</top>
  149.             <right>512</right>
  150.             <bottom>120</bottom>
  151.         </rect>
  152.         <style>transparent</style>
  153.         <autoSelect> <false /> </autoSelect>
  154.         <showLines> <false /> </showLines>
  155.         <wideMargins> <false /> </wideMargins>
  156.         <multipleLines> <false /> </multipleLines>
  157.         <reservedFamily> 0 </reservedFamily>
  158.         <titleWidth>0</titleWidth>
  159.         <icon>0</icon>
  160.         <textAlign>center</textAlign>
  161.         <font>Chubby Shadow</font>
  162.         <textSize>38</textSize>
  163.         <textStyle>italic</textStyle>
  164.         <textStyle>bold</textStyle>
  165.         <textHeight>50</textHeight>
  166.         <name></name>
  167.         <script></script>
  168.     </part>
  169.     <part>
  170.         <id>6</id>
  171.         <type>field</type>
  172.         <visible> <true /> </visible>
  173.         <dontWrap> <false /> </dontWrap>
  174.         <dontSearch> <false /> </dontSearch>
  175.         <sharedText> <false /> </sharedText>
  176.         <fixedLineHeight> <false /> </fixedLineHeight>
  177.         <autoTab> <false /> </autoTab>
  178.         <lockText> <false /> </lockText>
  179.         <rect>
  180.             <left>339</left>
  181.             <top>158</top>
  182.             <right>512</right>
  183.             <bottom>251</bottom>
  184.         </rect>
  185.         <style>transparent</style>
  186.         <autoSelect> <false /> </autoSelect>
  187.         <showLines> <false /> </showLines>
  188.         <wideMargins> <false /> </wideMargins>
  189.         <multipleLines> <false /> </multipleLines>
  190.         <reservedFamily> 0 </reservedFamily>
  191.         <titleWidth>0</titleWidth>
  192.         <icon>0</icon>
  193.         <textAlign>right</textAlign>
  194.         <font>MicroMedium</font>
  195.         <textSize>24</textSize>
  196.         <textStyle>plain</textStyle>
  197.         <textHeight>32</textHeight>
  198.         <name></name>
  199.         <script></script>
  200.     </part>
  201.     <content>
  202.         <layer>card</layer>
  203.         <id>1</id>
  204.         <text>DECONSTRUCTINGDEFENESTRATE.C</text>
  205.     </content>
  206.     <content>
  207.         <layer>card</layer>
  208.         <id>2</id>
  209.         <text><span class="style3">ECONSTRUCTINGDeFeNeStRaTe.C</span></text>
  210.     </content>
  211.     <content>
  212.         <layer>card</layer>
  213.         <id>3</id>
  214.         <text>SkytalksFriday11am</text>
  215.     </content>
  216.     <content>
  217.         <layer>card</layer>
  218.         <id>4</id>
  219.         <text>ShmooconSunday10am</text>
  220.     </content>
  221.     <content>
  222.         <layer>background</layer>
  223.         <id>5</id>
  224.         <text>Soldier of FORTRAN</text>
  225.     </content>
  226.     <name></name>
  227.     <script></script>
  228. </card>
  229.  
  230.  
  231. card_3812.xml
  232. <?xml version="1.0" encoding="utf-8" ?>
  233. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  234. <card>
  235.     <id>3812</id>
  236.     <filler1>0</filler1>
  237.     <bitmap>BMAP_4715.pbm</bitmap>
  238.     <cantDelete> <false /> </cantDelete>
  239.     <showPict> <true /> </showPict>
  240.     <dontSearch> <false /> </dontSearch>
  241.     <owner>2567</owner>
  242.     <link rel="stylesheet" type="text/css" href="stylesheet_3079.css" />
  243.     <part>
  244.         <id>1</id>
  245.         <type>field</type>
  246.         <visible> <true /> </visible>
  247.         <dontWrap> <false /> </dontWrap>
  248.         <dontSearch> <false /> </dontSearch>
  249.         <sharedText> <false /> </sharedText>
  250.         <fixedLineHeight> <false /> </fixedLineHeight>
  251.         <autoTab> <false /> </autoTab>
  252.         <lockText> <false /> </lockText>
  253.         <rect>
  254.             <left>0</left>
  255.             <top>22</top>
  256.             <right>512</right>
  257.             <bottom>120</bottom>
  258.         </rect>
  259.         <style>transparent</style>
  260.         <autoSelect> <false /> </autoSelect>
  261.         <showLines> <false /> </showLines>
  262.         <wideMargins> <false /> </wideMargins>
  263.         <multipleLines> <false /> </multipleLines>
  264.         <reservedFamily> 0 </reservedFamily>
  265.         <titleWidth>0</titleWidth>
  266.         <icon>0</icon>
  267.         <textAlign>center</textAlign>
  268.         <font>Chubby Shadow</font>
  269.         <textSize>36</textSize>
  270.         <textStyle>plain</textStyle>
  271.         <textHeight>48</textHeight>
  272.         <name></name>
  273.         <script></script>
  274.     </part>
  275.     <content>
  276.         <layer>card</layer>
  277.         <id>1</id>
  278.         <text><span class="style2">ECONSTRUCTINGDeFeNeStRaTe.C</span></text>
  279.     </content>
  280.     <content>
  281.         <layer>background</layer>
  282.         <id>2</id>
  283.         <text>SkytalksFriday11am</text>
  284.     </content>
  285.     <content>
  286.         <layer>background</layer>
  287.         <id>5</id>
  288.         <text>Soldier of FORTRAN</text>
  289.     </content>
  290.     <name></name>
  291.     <script></script>
  292. </card>
  293.  
  294.  
  295. card_4529.xml
  296. <?xml version="1.0" encoding="utf-8" ?>
  297. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  298. <card>
  299.     <id>4529</id>
  300.     <filler1>0</filler1>
  301.     <bitmap>BMAP_5327.pbm</bitmap>
  302.     <cantDelete> <false /> </cantDelete>
  303.     <showPict> <true /> </showPict>
  304.     <dontSearch> <false /> </dontSearch>
  305.     <owner>2567</owner>
  306.     <link rel="stylesheet" type="text/css" href="stylesheet_3079.css" />
  307.     <content>
  308.         <layer>background</layer>
  309.         <id>1</id>
  310.         <text>DECONSTRUCTINGDeFeNeStRaTe.C</text>
  311.     </content>
  312.     <content>
  313.         <layer>background</layer>
  314.         <id>2</id>
  315.         <text>SkytalksFriday11am</text>
  316.     </content>
  317.     <content>
  318.         <layer>background</layer>
  319.         <id>5</id>
  320.         <text>Soldier of FORTRAN</text>
  321.     </content>
  322.     <name></name>
  323.     <script></script>
  324. </card>
  325.  
  326.  
  327. card_4923.xml
  328. <?xml version="1.0" encoding="utf-8" ?>
  329. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  330. <card>
  331.     <id>4923</id>
  332.     <filler1>0</filler1>
  333.     <bitmap>BMAP_5404.pbm</bitmap>
  334.     <cantDelete> <false /> </cantDelete>
  335.     <showPict> <true /> </showPict>
  336.     <dontSearch> <false /> </dontSearch>
  337.     <owner>2567</owner>
  338.     <link rel="stylesheet" type="text/css" href="stylesheet_3079.css" />
  339.     <content>
  340.         <layer>background</layer>
  341.         <id>1</id>
  342.         <text>DECONSTRUCTINGDeFeNeStRaTe.C</text>
  343.     </content>
  344.     <content>
  345.         <layer>background</layer>
  346.         <id>2</id>
  347.         <text>SkytalksFriday11am</text>
  348.     </content>
  349.     <content>
  350.         <layer>background</layer>
  351.         <id>5</id>
  352.         <text>Soldier of FORTRAN</text>
  353.     </content>
  354.     <name></name>
  355.     <script></script>
  356. </card>
  357.  
  358.  
  359. card_5770.xml
  360. <?xml version="1.0" encoding="utf-8" ?>
  361. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  362. <card>
  363.     <id>5770</id>
  364.     <filler1>0</filler1>
  365.     <bitmap>BMAP_7239.pbm</bitmap>
  366.     <cantDelete> <false /> </cantDelete>
  367.     <showPict> <true /> </showPict>
  368.     <dontSearch> <false /> </dontSearch>
  369.     <owner>2567</owner>
  370.     <link rel="stylesheet" type="text/css" href="stylesheet_3079.css" />
  371.     <content>
  372.         <layer>background</layer>
  373.         <id>1</id>
  374.         <text>DECONSTRUCTINGDeFeNeStRaTe.C</text>
  375.     </content>
  376.     <content>
  377.         <layer>background</layer>
  378.         <id>2</id>
  379.         <text>SkytalksFriday11am</text>
  380.     </content>
  381.     <content>
  382.         <layer>background</layer>
  383.         <id>5</id>
  384.         <text>Soldier of FORTRAN</text>
  385.     </content>
  386.     <name></name>
  387.     <script></script>
  388. </card>
  389.  
  390.  
  391. card_6038.xml
  392. <?xml version="1.0" encoding="utf-8" ?>
  393. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  394. <card>
  395.     <id>6038</id>
  396.     <filler1>0</filler1>
  397.     <bitmap>BMAP_7665.pbm</bitmap>
  398.     <cantDelete> <false /> </cantDelete>
  399.     <showPict> <true /> </showPict>
  400.     <dontSearch> <false /> </dontSearch>
  401.     <owner>2567</owner>
  402.     <link rel="stylesheet" type="text/css" href="stylesheet_3079.css" />
  403.     <content>
  404.         <layer>background</layer>
  405.         <id>1</id>
  406.         <text>DECONSTRUCTINGDeFeNeStRaTe.C</text>
  407.     </content>
  408.     <content>
  409.         <layer>background</layer>
  410.         <id>2</id>
  411.         <text>SkytalksFriday11am</text>
  412.     </content>
  413.     <content>
  414.         <layer>background</layer>
  415.         <id>5</id>
  416.         <text>Soldier of FORTRAN</text>
  417.     </content>
  418.     <name></name>
  419.     <script></script>
  420. </card>
  421.  
  422.  
  423. card_6176.xml
  424. <?xml version="1.0" encoding="utf-8" ?>
  425. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  426. <card>
  427.     <id>6176</id>
  428.     <filler1>0</filler1>
  429.     <bitmap>BMAP_7710.pbm</bitmap>
  430.     <cantDelete> <false /> </cantDelete>
  431.     <showPict> <true /> </showPict>
  432.     <dontSearch> <false /> </dontSearch>
  433.     <owner>2567</owner>
  434.     <link rel="stylesheet" type="text/css" href="stylesheet_3079.css" />
  435.     <content>
  436.         <layer>background</layer>
  437.         <id>1</id>
  438.         <text>DECONSTRUCTINGDeFeNeStRaTe.C</text>
  439.     </content>
  440.     <content>
  441.         <layer>background</layer>
  442.         <id>2</id>
  443.         <text>SkytalksFriday11am</text>
  444.     </content>
  445.     <content>
  446.         <layer>background</layer>
  447.         <id>5</id>
  448.         <text>Soldier of FORTRAN</text>
  449.     </content>
  450.     <name></name>
  451.     <script></script>
  452. </card>
  453.  
  454.  
  455. card_6606.xml
  456. <?xml version="1.0" encoding="utf-8" ?>
  457. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  458. <card>
  459.     <id>6606</id>
  460.     <filler1>0</filler1>
  461.     <bitmap>BMAP_8010.pbm</bitmap>
  462.     <cantDelete> <false /> </cantDelete>
  463.     <showPict> <true /> </showPict>
  464.     <dontSearch> <false /> </dontSearch>
  465.     <owner>2567</owner>
  466.     <link rel="stylesheet" type="text/css" href="stylesheet_3079.css" />
  467.     <content>
  468.         <layer>background</layer>
  469.         <id>1</id>
  470.         <text>DECONSTRUCTINGDeFeNeStRaTe.C</text>
  471.     </content>
  472.     <content>
  473.         <layer>background</layer>
  474.         <id>2</id>
  475.         <text>SkytalksFriday11am</text>
  476.     </content>
  477.     <content>
  478.         <layer>background</layer>
  479.         <id>5</id>
  480.         <text>Soldier of FORTRAN</text>
  481.     </content>
  482.     <name></name>
  483.     <script></script>
  484. </card>
  485.  
  486.  
  487. card_4182.xml
  488. <?xml version="1.0" encoding="utf-8" ?>
  489. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  490. <card>
  491.     <id>4182</id>
  492.     <filler1>0</filler1>
  493.     <bitmap>BMAP_8889.pbm</bitmap>
  494.     <cantDelete> <false /> </cantDelete>
  495.     <showPict> <true /> </showPict>
  496.     <dontSearch> <false /> </dontSearch>
  497.     <owner>2567</owner>
  498.     <link rel="stylesheet" type="text/css" href="stylesheet_3079.css" />
  499.     <content>
  500.         <layer>background</layer>
  501.         <id>1</id>
  502.         <text>DECONSTRUCTINGDeFeNeStRaTe.C</text>
  503.     </content>
  504.     <content>
  505.         <layer>background</layer>
  506.         <id>2</id>
  507.         <text>SkytalksFriday11am</text>
  508.     </content>
  509.     <content>
  510.         <layer>background</layer>
  511.         <id>5</id>
  512.         <text>Soldier of FORTRAN</text>
  513.     </content>
  514.     <name></name>
  515.     <script></script>
  516. </card>
  517.  
  518.  
  519. card_9081.xml
  520. <?xml version="1.0" encoding="utf-8" ?>
  521. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  522. <card>
  523.     <id>9081</id>
  524.     <filler1>0</filler1>
  525.     <bitmap>BMAP_6695.pbm</bitmap>
  526.     <cantDelete> <false /> </cantDelete>
  527.     <showPict> <true /> </showPict>
  528.     <dontSearch> <false /> </dontSearch>
  529.     <owner>2567</owner>
  530.     <link rel="stylesheet" type="text/css" href="stylesheet_3079.css" />
  531.     <content>
  532.         <layer>background</layer>
  533.         <id>1</id>
  534.         <text>DECONSTRUCTINGDeFeNeStRaTe.C</text>
  535.     </content>
  536.     <content>
  537.         <layer>background</layer>
  538.         <id>2</id>
  539.         <text>SkytalksFriday11am</text>
  540.     </content>
  541.     <content>
  542.         <layer>background</layer>
  543.         <id>5</id>
  544.         <text>Soldier of FORTRAN</text>
  545.     </content>
  546.     <name></name>
  547.     <script></script>
  548. </card>
  549.  
  550.  
  551. card_7076.xml
  552. <?xml version="1.0" encoding="utf-8" ?>
  553. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  554. <card>
  555.     <id>7076</id>
  556.     <filler1>0</filler1>
  557.     <bitmap>BMAP_8365.pbm</bitmap>
  558.     <cantDelete> <false /> </cantDelete>
  559.     <showPict> <true /> </showPict>
  560.     <dontSearch> <false /> </dontSearch>
  561.     <owner>2567</owner>
  562.     <link rel="stylesheet" type="text/css" href="stylesheet_3079.css" />
  563.     <content>
  564.         <layer>background</layer>
  565.         <id>1</id>
  566.         <text>DECONSTRUCTINGDeFeNeStRaTe.C</text>
  567.     </content>
  568.     <content>
  569.         <layer>background</layer>
  570.         <id>2</id>
  571.         <text>SkytalksFriday11am</text>
  572.     </content>
  573.     <content>
  574.         <layer>background</layer>
  575.         <id>5</id>
  576.         <text>Soldier of FORTRAN</text>
  577.     </content>
  578.     <name></name>
  579.     <script></script>
  580. </card>
  581.  
  582.  
  583.